pdpyras 4.1.3: two small announcements

First, the primary branch of the project has been changed to main. To enact the same change locally:

git branch -m master main
git checkout main
git pull origin main

Second, pdpyras will no longer support Python 2.7 as of June 21, 2021. This comes for a few reasons, but the essence of it is removing encumbrances to future development.

  • Requires consideration of Python 2 vs 3 difference when maintaining/developing
  • Test environments for 2.7 have required more maintenance
  • Features of Python that would benefit development cannot be most effectively used

Version 4.1.3 will include a warning when imported in a Python 2 process.

3 Likes